home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / apps / other / am.zoo / am.0 / text0000.txt < prev   
Encoding:
Text File  |  1992-10-14  |  1.7 KB  |  50 lines

  1.  
  2. Here is my second attempt at a submission of 'am'.  The following is a summary
  3. of how I addressed the various problems/comments of the reviewers:
  4.  
  5. > The -e option to support fractional or missing payments gives AM
  6. > a big advantage over other amortization utilities I've seen -- AM
  7. > is actually useful in real life; others lacking this flexibility are not.
  8.  
  9. Good, but not good enough.  I've hit problems where the '-e' was not complete
  10. enough to get the job done.  I have taken the '-e' and turned it into a '-e'
  11. and a '-u' command line arguments with additional abilities to handle the
  12. more complex cases I was running into.
  13.  
  14. > At least one major vendor (SCO) unbundles nroff and provides preformatted
  15. > manpages, so you can't count on having nroff.  It would probably make the
  16. > program more widely usable if it could do its own formatting.
  17.  
  18. > Otherwise, the roff codes are an annoyance.  They
  19. > should be controlled by a command line option, and the default
  20. > should be to *not* produce them.
  21.  
  22. I have changed the sense of the '-f' option.  The default is to NOT output
  23. nroff commands.  Adding the '-f' adds the nroff commands for a cleaner listing.
  24.  
  25. > There was also a manifest file, rather than the more usual MANIFEST file.
  26.  
  27. I re-named it.
  28.  
  29. > AM uses scanf() to parse its interactive input, rather than
  30. > fgets()+sscanf().  I consider this a serious deficiency,
  31.  
  32. Good comments.  I've changed over to the fgets()+sscanf() form.  It does
  33. work better now.
  34.  
  35. > My only real complaint is that I'd like better defaults.
  36.  
  37. Along with the above, I have added defaults for all the questions.
  38.  
  39. > The Makefile should refer to $(CC), rather than cc.  This is a
  40. > quite minor blemish.
  41.  
  42. Done.
  43.  
  44. --
  45.                             Brett Carver
  46.                             (707) 577-4344
  47.                             brett@sr.hp.com
  48.  
  49.  
  50.